home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / FASTI14.ZIP;1 / FASTI.DOC next >
Encoding:
Text File  |  1994-04-03  |  4.6 KB  |  110 lines

  1.  
  2.         FAST INFLATE v1.4
  3.         Written by Brad Bahr 1994
  4.         
  5.         Internet e-mail address: brad.bahr@corpsoft.com
  6.         
  7.        
  8.         Fast Inflate is being Distributed as FREEWARE.
  9.         The most recent version of this program can always be found on:
  10.         Corpsoft BBS in Romeoville, Illinois at (815) 886-3233 or (815) 886-9381 
  11.  
  12.         You may use this program as long as you like, providing it is
  13.         not modified and then distributed in any way. Please feel free
  14.         to share this program with your friends and upload to your
  15.         favorite BBS's. I would appreciate it if you would upload
  16.         this program to as many BBS's as possible. Thanks.
  17.  
  18.         By using this program the user agrees to the following terms:
  19.         
  20.         The author of this program will not in any way be liable for
  21.         any damages caused by the use or misuse of this program.
  22.         This program is being provided as is with no warranty being
  23.         either expressed or implied. Use at your own risk.
  24.  
  25.  
  26.         Requires PkUnzip.exe & scan.exe
  27.         Put these programs in a directory listed in your path.                    
  28.  
  29.         Program Description:
  30.  
  31.         Fast Inflate is to be used to automatically Unzip all files with
  32.         the extension ZIP in the current directory. The contents of each
  33.         zip file will be put into it's own subdirectory.
  34.  
  35.         How the program works:
  36.         1. The program will look for all filenames with the extension .ZIP
  37.            in the current directory.
  38.  
  39.         2. When the first file is found, it's name will be read and stored
  40.            in a search record. A subdirectory will be created with the same
  41.            name as the zip file.
  42.  
  43.         3. The contents of the zip file will be uncompressed into this
  44.            subdirectory.
  45.  
  46.         4. The program will then look for the next zip file and so on.
  47.  
  48.         5. If you also want to scan the executable files contained in the 
  49.            zip files, just type [ fasti scan ] or [ fasti s ]
  50.            When all the files are unzipped, scan.exe will scan all the files
  51.            in all the new directories created by fasti.
  52.            Scan will be executed as "scan /sub /nomem /bell".
  53.  
  54.         Press the escape key at any time to cancel and return to dos. 
  55.         When the program executes Pkunzip, it uses only the -n and -d
  56.         paramaters.
  57.         -n extracts only newer files. This way if you are in a directory
  58.         that you ran the program in before, it will just skip the files 
  59.         that have already been extracted into a subdirectory.
  60.         -d restores the directory structure if any, that is storred in the
  61.         zip file.   
  62.         
  63.  
  64.         Feel free to rename the program to something easier to type.
  65.         I use I.exe 
  66.         
  67.         Who needs it?
  68.         Anyone who calls BBS's
  69.         As soon as I exit my comm program I usually go to my download
  70.         directory and take a look at all the zip files I just downloaded.
  71.         Fast Inflate makes it simple to try out your new programs.
  72.         Just go to your download directory and type fasti to run the program.
  73.         All the programs will now be uncompressed into their own subdirectory
  74.         for you to look at or try out. If you decide to keep the programs
  75.         you can move them somewhere else or delete them if you don't like
  76.         them. After checking out new programs I usually move all the new zips
  77.         to my upload directory and leave my download directory empty for the
  78.         next time I call a BBS.
  79.  
  80.         This program can also be used in a batch file so everything runs
  81.         automatically. Maybe something like this.
  82.  
  83.         @echo off
  84.         cd\qmodem
  85.         qmodem
  86.         cd\qmodem\downloads
  87.         fasti s
  88.         copy *.zip c:\qmodem\uploads
  89.         del *.zip
  90.  
  91.         
  92.         If you are using a dos shell, make sure you have enough memory to run
  93.         the scan program.       
  94.  
  95.         Try it out for yourself, I think you'll like how much easier it makes
  96.         BBSing.
  97.         
  98.         This program is freeware for those who don't have any extra money for
  99.         registrations. Use the program as long as you like. If you are able to
  100.         make a small donation towards the development of more programs, please
  101.         see the mail.me file. If you have already made a donation for a
  102.         previous version of this program, it is not necessary to donate again.
  103.         Thank you.
  104.  
  105.         Some names mentioned may be trademarks of their respective 
  106.         copyright holders.
  107.  
  108.  
  109.         Brad
  110.